home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 October / tst.iso / multimed / IDN / web / lemonruski / revolver.swf / scripts / DefineButton2_21 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  1999-08-05  |  286 b   |  16 lines

  1. on(release){
  2.    tellTarget("_level0/")
  3.    {
  4.       gotoAndStop("transition to marketplace");
  5.       play();
  6.       tellTarget("/")
  7.       {
  8.          gotoAndPlay(11);
  9.          tellTarget("_level0/phone")
  10.          {
  11.             gotoAndStop("second");
  12.          }
  13.       }
  14.    }
  15. }
  16.